Visual Login

  • Implement this delegate to handle the events that occur inside the UI flow

    See more

    Declaration

    Swift

    public protocol IdentityUIDelegate : AnyObject
  • The result of calling `IdentityUI.presentIdentityProcess(from viewController:)

    See more

    Declaration

    Swift

    public enum IdentityUIResult
  • The UI can start logging in a user either via email or phone number

    See more

    Declaration

    Swift

    public enum LoginMethod
  • Style contains the diffent aspects of UI styling guidelines that we use

    See more

    Declaration

    Swift

    public struct Style
  • Declaration

    Swift

    public enum StyleColorKind : String
  • This represents the current values of the colors. Use the Style object to get them. This object intentionally has no public initializer

    See more

    Declaration

    Swift

    public struct StyleColors
  • This represents the current values of the icons. Use the Style object to get them. This object intentionally has no public initializer

    See more

    Declaration

    Swift

    public struct StyleIcons
  • Declaration

    Swift

    public enum StyleIconKind : String
  • Different fonts and their associated properties that are part of the schibsted style

    See more

    Declaration

    Swift

    public enum StyleFont